home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: twisto.eng.hou.compaq.com!news
- From: Ed McCreary <edm@twisto.compaq.com>
- Subject: Re: MSVC++ 4.0 changing string table resources at runtime
- Message-ID: <30FFB7A5.68AB@twisto.compaq.com>
- Sender: news@twisto.eng.hou.compaq.com (System Administrator)
- Mime-Version: 1.0
- X-Mailer: Mozilla 2.0b5 (WinNT; I)
- Content-Type: text/plain; charset=us-ascii
- Organization: Compaq Computer Corp.
- Date: Fri, 19 Jan 1996 15:24:21 GMT
- References: <4dnuqi$nu5@news.rz.uni-passau.de>
- X-Nntp-Posting-Host: 172.18.124.43
- Content-Transfer-Encoding: 7bit
-
- timo hickl wrote:
- >
- > Hi,
- >
- > I am working on a MSVC++ 4.0 program using MFC which contains
- > more than one string table resource (e.g. an English-string
- > table resource and a German-string table resource).
- > How can I enable the user of may program to switch from one
- > string table resource to another at runtime (e.g. switch from
- > the English-string table resource to the German-string table
- > at runtime)?
-
- Have two resource only dll's that contain the string tables.
- Load the appropriate dll based upon what language you wish to
- display.
-
- FYI, this is really a Windows programming question, not a C++
- one and should probably be posted to one of the Windows
- programming newsgroups.
-